/* 默认清楚边距 */
*{
    margin: 0;
    padding: 0;
    
}
body {width:100%;min-width:1140px;max-width:2000px;margin:0px auto;}

.con {width:1140px; margin:0 auto;}

.clr { clear:both;}
.fl { float:left;}
.fr { float:right;}

.blc20 {height:20px;}
.blc30 {height:30px;}
.blc40 {height:40px;}
.blc50 {height:50px;}
.blc70 {height:70px;}


/* 日期天气样式 */
.weather{
    width: 100%;
    height: 32px;
    background-color:rgb(237, 237, 237);
}
.weather>p{
    float: left;
    margin-left: 430px;
    font-size: 15px;
    color: rgb(48, 47, 47);
    margin-top: 0.4em;

}

/* banner样式 */
.banner{ padding-top: 80px;
    width: 100%;
    height: 270px;
    background-color: rgb(155, 155, 155);
    background: url(../images/top.jpg) top center no-repeat;
    /* margin-top: 45px; */
}
.banner .logo{ margin-bottom: 40px;
}
/* 搜索框样式 */
#box{
    width: 380px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    
}
input{
    border-radius: 5px 0px 0px 5px;
    width: 302px;
    border: 1px  solid rgb(23,113,191);
    height: 40px;
    float: left;
    padding:0 0 0 20px;
    outline:none;
   /* 上面这一条的意思是点击不变色 */
}
#search{
    width: 78px;
    height: 40px;
    float: right;
    background: rgb(23,113,191);
    border-radius: 0px 5px 5px 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
#search:hover{
   background-color:rgb(109,161,221);
}


/* 导航条样式 */
.nav{
    width: 100%;
    height: 70px;
    background-color:#074dbb;
    box-sizing: border-box;
    line-height: 70px;

}
.nav>ul{
    width: 1140px;
    margin: 0px auto;

}
.nav>ul>li{
    
   width:14%;
    float: left;
    font-size: 30px;
    color: #fff;
    text-align: center;
    list-style: none;
    position: relative;
    
}
.nav>ul>li>a{
    font-size: 20px;
    color: aliceblue;
    text-decoration: none;
    display: block;
    
}

.navlist>li>a:hover{
    background-color: #043899;
}

.son{
    display: none;
    position:absolute;
    text-decoration: none;  
    /* margin-top: 15px;
    margin-left: -10px; */
    line-height: 45px;
    background-color: #043899;
    /* padding: 22px 30px; */
    font-size: 18px;
    width: 100%;
    list-style: none;
    
}
.son>li{ border-bottom: 1px dashed #074dbb;
    padding: 5px;
}
.son>li>a{
    text-decoration: none;  
    color: #fff;
}
.son>li>a:hover{
    color:rgb(79, 167, 218);
}

.father:hover>.son{
    display: block;
}




/* 版心部分 */
.continer{
    width:1200px;
    height:100%;
    /* background-color: antiquewhite; */
    margin: 0 auto;
    margin-top: 30px;

}
.continer>.dbgg{
    width: 1140px;
    height: 140px;
  
    text-align: center;
}
.continer>.dbgg>img{
    width: 1140px;
    height: 140px;
}

.continer>.top1{
    width: 1202px;
    height: 370px;
    /* background-color: rgb(182, 150, 212); */
    margin-top: 40px;
}
.top1>.left{
    width: 560px;
    /* height: 370px; */
    height: 100%;
    float: left;
    /* background-color: rgb(87, 72, 100); */
     
}
/* 轮播图样式 */












.top1>.left{
    position: relative;
     cursor: pointer;
}





.continer>.top1>.left>.zz{
   
    position: absolute;
    /* cursor: pointer; */
    width: 560px;
    height: 70px;

}
.continer>.top1>.left>span{
    color: rgb(255, 255, 255);
    font-size: 20px;
    position: absolute;
    /* bottom: 10px;
    left: 5px; */
   /* display: inline; */

   font-weight: 500;
   margin: 0px 10px 30px  20px ;
   line-height: 25px;
    
}


.top1>.right{
    width: 520px;
    height: 100%;
    /* background-color: aqua; */
    float: left;
    margin-left: 50px;
}

/* .top1>.right>.news{ */
    /* float: right;
    width: 520px;
    height: 370px;
    /* background-color: rgb(165, 123, 123); */
    /* margin: 0 0px;
    text-decoration锛歯one */ 


.top1>.right>.news{
    width: 100%;
    height: 50px;
    /* background-color: rgb(180, 216, 216); */
    border-bottom: 3px solid rgb(206, 206, 206);
    line-height: 48px;
}
.top1>.right>.news>.news-left{
    box-sizing: border-box;
    padding-bottom: 3px;
    border-bottom: 5px solid rgb(33, 118, 167);

}
.top1>.right>.news>.news-right{
    float: right;
    font-size: 20px;
    color: black;
    /* text-decoration: none; */
}
.top1>.right>.news>.news-right>a{
    text-decoration: none;
    color: #333333;

}
.top1>.right>.news>.news-right>a:hover{
    
    color: rgb(23,111,183);

}
.SmallTitle{
    text-decoration: none;
    line-height:30px; 
    font-weight:bold; 
    /* font-weight: normal; */
    overflow:hidden;
    font-size:22px;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
   
}
.f02{
    overflow:hidden;
    color: #888888;
    line-height:30px;
    font-size: 16px;
    margin-top: 10px;

    
    
}
/* td{    
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} */
.SmallTitle>tr{
    border-bottom: 1px solid rgb(206, 206, 206);
}

.top1>.right>ul{
    width: 100%;
    height: 270px;
    /* background-color: antiquewhite; */
    margin-top: 15px;
    list-style: none;
   
    padding: 0 0px;
    box-sizing: border-box;
  
}
.top1>.right>ul>li{
    margin-top: 1px;
    font-size: 18px;
    color:#333333;
    line-height: 38px;
}
.top1>.right>ul>li>a{
    text-decoration: none;
    color: #333333;
}

.top1>.right>ul>li>span{
    float: right;
    width: 30%;
    text-align: right;
    color: #a7a7a7;
    text-decoration: none;
    font-size: 16px;
}

.top1>.right>ul>li>a:hover{
    color: rgb(23,111,183);
}

.top1>.right>ul{
    height: 308px;
    border-bottom: 3px solid rgb(216, 216, 216);
}
   







/* 视频 */
.video{
    width:1200px;
    height:250px;
    /* background-color: antiquewhite; */
    margin: 0 auto;
    margin-top: 30px;
    /* background-color: rgb(235, 165, 203); */
}



.videolistleft>.videolist{
    width:1140px;
    height: 50px;
    /* background-color: aquamarine; */
    line-height: 30px;
    border-bottom: 3px solid rgb(206, 206, 206);
}

.videolistleft>.videolist>.videolist-left{
    box-sizing: border-box;
    border-bottom:5px solid rgb(33, 118, 167); ;
    padding-bottom: 3px;
}
.videolistleft>.videolist>.videolist-right{
    font-size: 20px;
    float: right;
    color: #333333;
    margin-top: 10px;

}
.videolistleft>.videolist>.videolist-right>a{

  text-decoration: none;
    color: #333333;
}
.videolistleft>.videolist>.videolist-right>a:hover{
    color: rgb(23,111,183);
}

.videolist01 video{
object-fit: fill;
}

.videolist01>li{
    float:left;
    list-style:none;
    position: relative;
    margin-right: 20px;
    margin-top: 30px;
    text-align: center;

}















/* 版心第二部分 */
.continer2{
    width:1140px;
    /* background-color: antiquewhite; */
    margin: 0 auto;
    margin: 20px auto 50px; 

}
.continer2>.top2{
    width: 100%;
    height:auto;
    margin-top: 30px;
}

/* 版心第二部分左边列表 */
.top2>.top2left{
    /* height: 800px; */
    height: 100%;
    width: 700px;
    float: left;
    background-color: rgb(255, 255, 255);
    
}

.top2>.top2left>.Communication{
    width: 100%;
    height: 50px;
    /* background-color: aquamarine; */
    line-height: 30px;
    border-bottom: 3px solid rgb(206, 206, 206);
}

.top2>.top2left>.Communication>.Communication-left{
    box-sizing: border-box;
    border-bottom:5px solid rgb(33, 118, 167); ;
    padding-bottom: 3px;
}
.top2>.top2left>.Communication>.Communication-right{
    font-size: 20px;
    float: right;
    color: #333333;
    margin-top: 10px;
}
.top2>.top2left>.Communication>.Communication-right>a{

  text-decoration: none;
    color: #333333;
}
.top2>.top2left>.Communication>.Communication-right>a:hover{
    color: rgb(23,111,183);
}
   
.top2>.top2left>.list{
    /* width:356px;  */
    /* margin:0 auto; */
    padding:10px 0px ;
    list-style: none;
    /* line-height: 20px; */
} 
.top2>.top2left>.list>li{  border-bottom: 1px solid #d8d8d8;
    padding:30px 0 20px; 
    text-align:left; 
}
.top2>.top2left>.list>li>p{
    /* height:50px; */
    line-height:30px; 
    font-weight:bold; 
    /* font-weight: normal; */
    overflow:hidden;
    font-size:22px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.top2>.top2left>.list>li>p>a{
    text-decoration: none;
    color: #333333;

}
.top2>.top2left>.list>li>p>a:hover{
    color: rgb(23,111,183);

}



.top2>.top2left>.list>li>div{
    /* height:20px;  */
    overflow:hidden;
    color: #888888;
    line-height:30px;
    font-size: 16px;
    margin-top: 15px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.top2>.top2left>.list>li>div>span>a{ 
    float: right;
    text-decoration: none;
    color: #1c79c5;
}


.top2>.top2right{
    /* height: 800px; */
    /* height: 100%; */
    width:400px;
    float:right;
    /* margin-left: 700px; */
    /* background-color: rgb(125, 194, 211);
  */
}
.top2right>.aqxcz{

}

/* 第二部分举报中心样式 */
.top2>.top2right>.wangluoanquan{
    /* width: 350px; */
    /* height: 240px; */
    /* overflow:hidden; */
    /* background-color: #8d1c1c; */
    display: block;
    
   margin-top: 30px;
    /* background: url(../img/wangluoanquan.jpg); */
    overflow:hidden;
    
  
}
.top2right>.wangluoanquan:nth-of-type(2){
    background-size: cover;
    display: block;
  
  }
.top2>.top2right>.wangluoanquan>img{
    /* width: 100%;
    height: 100%; */
    position: absolute;
   
    
}


/* 右边列表第二部分教研基地样式 */
.top2right>.jiaoyan{
    height: 300px;
    width: 100%;
    float: left;
    background-color: rgb(255, 255, 255);
    margin-top: 30px;
}

.top2right>.jiaoyan>.jiaoan-news{
    width: 100%;
    height: 50px;
    /* background-color: #1c79c5; */
    border-bottom: 3px solid rgb(206, 206, 206);
    line-height: 48px;
}
.top2right>.jiaoyan>.jiaoan-news>.jiaoyan-left{
    box-sizing: border-box;
    border-bottom:5px solid rgb(33, 118, 167); ;
    padding-bottom: 3px;
}
.top2right>.jiaoyan>.jiaoan-news>.jiaoyan-right{
    font-size: 20px;
    float: right;
    color: #333333;
    /* margin-top:10px; */

}
.top2right>.jiaoyan>.jiaoan-news>.jiaoyan-right>a{
    text-decoration: none;
    color: #333333;
    margin-top: 20px;

}
.top2right>.jiaoyan>.jiaoan-news>.jiaoyan-right>a:hover{
    color: rgb(23,111,183);

}

/* 五个按钮样式 */


/* .jiaoyan>.jyjd-five>ul>li{
    /* width:49%;margin-top:10px; */
    /* width:49%;
    margin-top:10px;
    display: inline-block;
   
}
.jiaoyan>.jyjd-five{
    float: left;
}
.jyjd-five>li>img{
    width: 50%;
    height: auto;
   
} */ 
/* .jyjd-five>ul>li{
    list-style: none;
    float: left;
    width: 50%;
    height: 100%;
    /* overflow: hidden; */


   /* 下面这个没搞懂 */
    .jyjd-five>ul{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.jyjd-five>ul>li{
   /* float: left; */
   display: inline-block;
   width: 169px;
   line-height: 45px;
  
   
}
.jyjd-five>ul>.xsjypt{
    float: right;
    margin-right: 30px;
}
.jyjd-five>ul>.wabc{
    float: right;
    margin-right: 30px;
}

/* .jyjd-five>ul>li>img{
    /* position: relative; */
     /* width: 100%;
    top: 50%;li高度的一半 */
    /* transform: translateY(-50%);  */ 
  


/* 右边列表第三部分网安实践样式 */


.top2right>.wasj{
    height: 500px;
    width: 400px;
    float: left;
    /* background-color: rgb(192, 130, 130); */
    margin-top: 30px;
    
   
    
    /* justify-content: space-between; */
 
}
.top2right>.wasj>.wasjnews{
    width: 100%;
    height: 50px;
    /* background-color: rgb(211, 123, 123); */
    border-bottom: 3px solid rgb(206, 206, 206);
    line-height: 48px;
}

.top2right>.wasj>.wasjnews>.wasj-left{
    box-sizing: border-box;
    padding-bottom: 3px;
    border-bottom: 5px solid rgb(33, 118, 167); 
}


.top2right>.wasj>.wasjnews>.wasj-right{
    float: right;
    font-size: 20px;
    color: black;
    /* text-decoration: none; */
}
.top2right>.wasj>.wasjnews>.wasj-right>a{
    text-decoration: none;
    color: #333333;

}
.top2right>.wasj>.wasjnews>.wasj-right>a:hover{
    
    color:rgb(23,111,183);

}
/* .top2right>.wasj>.wasj-table{
    width: 100%;
    height: 450px;
    overflow: hidden;
    /* margin: 20px  0px; */
    /* margin-top: 20px;
   /* background-color: #9e1919; */

/* .top2right>.wasj>.wasj-table>.pic-1{
    padding-top: 30px;
} */ 
.top2right>.wasj>.wasj-table{
    height: 420px;
    width: 100%;
    /* background-color: #a7a7a7; */
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    margin-top: 6px;
}


.wasj>.wasj-table>.item{
    height:125px;
    width: 100%;
    /* background-color: #751414; */
    
  
}
.wasj>.wasj-table>.item>:nth-of-type(1){
  background-size: cover;
}




/* 底部 */

.main { width:100%; min-width:1200px;max-width:2000px;margin:0px auto;}

.foot { width:100%; background: #074dbb; padding: 40px 0; color:#fff;}
.foot img { margin-bottom:10px; text-align: right;}

.foot .xx { width:1000px; font-size: 14px; line-height: 35px;}
.foot .xx a { color:#fff; text-decoration: underline;}



.bottom{ 
    width: 100%;
    margin-bottom: 10px;
    /* background: url(../img/3fd3f77289539323b5b2a26df7805bed_2014_bottom.gif); */
    /* background-color: #1c79c5; */
  }
  .db{
    margin: 0 auto; 
}